Revert "Make a `spring` group which user must opt in to"

This reverts commit 0d0468bc6ff7434cdcdb2beb51609a4101c08039.

Akinori MUSHA 9 years ago
parent
commit
9e8f9bf7f9
1 changed files with 2 additions and 4 deletions
  1. 2 4
      Gemfile

+ 2 - 4
Gemfile

@@ -112,10 +112,8 @@ group :development do
112 112
     gem 'rspec-rails', '~> 3.1'
113 113
     gem 'rspec-html-matchers', '~> 0.7'
114 114
     gem 'shoulda-matchers'
115
-    group :spring, optional: true do
116
-      gem 'spring', '~> 1.3.0'
117
-      gem 'spring-commands-rspec'
118
-    end
115
+    gem 'spring', '~> 1.3.0'
116
+    gem 'spring-commands-rspec'
119 117
     gem 'vcr'
120 118
     gem 'webmock', '~> 1.17.4', require: false
121 119
   end